func github.com/andybalholm/brotli.getBitsUnmasked
11 uses
github.com/andybalholm/brotli (current package)
bit_reader.go#L145: func getBitsUnmasked(br *bitReader) uint64 {
bit_reader.go#L153: return uint32(getBitsUnmasked(br))
bit_reader.go#L160: return uint32(getBitsUnmasked(br)) & bitMask(n_bits)
bit_reader.go#L172: *val = uint32(getBitsUnmasked(br)) & bitMask(n_bits)
bit_reader.go#L197: *val = uint32(getBitsUnmasked(br)) & bitMask(n_bits)
bit_reader.go#L240: dest[0] = byte(getBitsUnmasked(br))
decode.go#L363: val = uint32(getBitsUnmasked(br))
decode.go#L588: p = p[getBitsUnmasked(br)&uint64(bitMask(huffmanMaxCodeLengthCodeLength)):]
decode.go#L600: var repeat_delta uint32 = uint32(getBitsUnmasked(br)) & bitMask(extra_bits)
decode.go#L625: bits = uint32(getBitsUnmasked(br))
decode.go#L668: ix = uint32(getBitsUnmasked(br) & 0xF)
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |